Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / Append Method / Append(Int32[],TextFormat,IGcTag) Method
An array of UTF-32 characters (code points).
The text format to use.
The tag associated with the text.

In This Topic
    Append(Int32[],TextFormat,IGcTag) Method
    In This Topic
    Adds a text run with the specified format to the end of the Inlines collection.
    Syntax
    'Declaration
     
    Public Overloads Function Append( _
       ByVal codePoints() As System.Integer, _
       ByVal format As TextFormat, _
       ByVal gcTag As IGcTag _
    ) As TextRun
    public TextRun Append( 
       System.int[] codePoints,
       TextFormat format,
       IGcTag gcTag
    )

    Parameters

    codePoints
    An array of UTF-32 characters (code points).
    format
    The text format to use.
    gcTag
    The tag associated with the text.

    Return Value

    The created text run.
    See Also